/************************
	   -公共样式-
************************/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body,button, input, select, textarea {
	font-size: 14px;
	line-height: 1.5;
	font-family: Microsoft Yahei,'Arial';
}

body {
	min-width: 1200px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h5.tit {
	padding: 10px;
	background: #DEEAF6;
	color: #FFF;
	text-align: left;
	border: none;
	margin: 20px 0px;
	font-size: 18px;
  font-weight: bold;
	color: #1E50A2;
}

em {
	font-style: normal;
}

ul, ol {
	list-style: none;
}

input,button {
	background: none;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #2979d0;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

img {
	border: 0px;
	outline-width: 0px;
	vertical-align: top;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	line-height: 0;
	content: "\20";
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none;
}

.wp {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	-webkit-text-size-adjust: none;
}

.main {
	padding-top: 20px;
}
.demo {
    width: 1178px;
    margin: 0 auto;
    padding: 10px 0px;
}
/************************
	   -首页样式-
************************/
/*导航菜单*/
#nav {
	height: 50px;
	position: relative;
	z-index: 13;
}

#nav li {
	float: left;
	width: 150px;
	height: 50px;
	position: relative;
}

#nav li.first {
	width: 171px;
}

#nav li a.navItem {
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

#nav li:hover a.navItem,
#nav li.active a.navItem {
	background: #066acf;
}

#nav li a.navItem i {
	display: inline-block;
	width: 10px;
	height: 4px;
	background: url(../images/icos.png) 0 -219px;
	vertical-align: top;
	margin-top: 23px;
	margin-left: 6px;
	transition: 0.3s;
	*display: inline;
	*zoom: 1;
	*margin-top: 8px;
}

#nav li:hover a.navItem i {
	transition: 0.3s;
	transform: rotate(90deg);
}

#nav .dropdown {
	font-size: 16px;
	position: absolute;
	top: 50px;
	width: 100%;
	left: 0;
	background: #4296d7;
	background: rgba(66,150,205,0.9);
	display: none;
}

#nav .dropdown a {
	display: block;
	line-height: 24px;
	padding: 12px 10px;
	color: #fff;
	text-align: center;
}

#nav .dropdown a:hover {
	background: #137ccd;
}

#nav li:hover .dropdown {
	display: block;
}

.login {
	float: right;
	margin: 10px 15px 0px 0px;
}
/*顶部样式*/
.top_gs {
	background: #f5f5f5;
	height: 30px;
	line-height: 30px;
	color: #BAC0CC;
}

.gsdl {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.top_gs p {
	float: left;
	text-align: left;
}

.top_gs span {
	float: right;
	text-align: right;
}

#announ {
	height: 22px;
	line-height: 30px;
	overflow: hidden;
	float: left;
	padding-left: 5px;
}
/*顶部样式-end*/


/*头部样式*/
.top_bg {
	height: 145px;
	background: url(../images/index1_r1_c1.jpg) center no-repeat;
	background-size: cover;
}

.bar6 button {
	color: #fff;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.pt40 {
	padding-top: 10px;
}
/*头部样式-end*/

/*搜索框6*/
.bar6 {
	background: #ffffff;
	padding-right: 65px;
	width: 215px;
	border-radius: 5px;
}

.bar6 input {
	border: 2px solid #b61d1d;
	border-radius: 5px;
	background: transparent;
	top: 0;
	right: 0;
}

.bar6 button {
	background: #b61d1d;
	border-radius: 0 5px 5px 0;
	width: 75px;
	top: 0;
	right: 0;
}

.bar6 button:before {
	font-size: 13px;
	color: #F9F0DA;
}

.bar6 input {
	width: 100%;
	height: 41px;
	#height:39px;
	line-height:40px;
	padding: 0px 7px 0px 7px;
}

.bar6 button {
	margin-right: 30px;
	margin-top: 35px;
	height: 45px;
	cursor: pointer;
	position: absolute;
}

.col2 {
	width: 380px;
	width: 378px !important;
	width: 100%;
	background: #fff;
	overflow: hidden;
	border: 1px solid #efefef;
}

.col3 {
	width: 580px;
	width: 578px !important;
}

.col4 {
	width: 780px;
	width: 778px !important;
}

.col6 {
	width: 1180px;
	width: 1178px !important;
	border: 1px solid #efefef;
}

.container {
	margin-top: 25px;
}

.item {
	float: left;
	margin: 0 10px;
	background: #fff;
}

.itemTit {
	height: 39px;
	border-bottom: 1px solid #dfe2e7;
}

.itemTit h3 {
	font-size: 16px;
	display: block;
	text-align: center;
	line-height: 39px;
	padding: 0 15px;
	margin: 0;
	position: relative;
	float: left;
	color: #fff;
	font-weight: bold;
	height: 39px;
	float: left;
	font-size: 16px;
	background: #0061aa url(../images/jiao.png) 50% 100% no-repeat;
	color: #fff;
	height: 39px;
}

.itemTit .itemMore {
	display: block;
	float: right;
	float: right;
	color: #999;
	font-size: 12px;
	transition: 0.3s;
	padding: 10px 15px;
}

.itemTit .itemMore:hover {
	transform: scale(1.2);
	transition: 0.3s;
}

.itemTit span a {
	display: block;
	float: right;
	color: #999;
	font-size: 14px;
	transition: 0.3s;
	padding: 0 15px;
}

.itemTit i {
	display: block;
	width: 9px;
	height: 5px;
	background: url(../images/jtx.png) no-repeat;
	left: 10px;
	bottom: -5px;
}

/*单位介绍*/
.itemjj {
	float: left;
	margin: 0 10px;
	background: #fff;
	border: 1px solid #eee\9;
	min-height: 179px;
}

.itemTitjj h3 {
	font-size: 16px;
	display: block;
	text-align: center;
	line-height: 39px;
	padding: 0 15px;
	margin: 0;
	position: relative;
	float: left;
	color: #fff;
	font-weight: bold;
	height: 39px;
	float: left;
	font-size: 16px;
	background: #0061aa url(../images/jiao.png) 50% 100% no-repeat;
	color: #fff;
	height: 39px;
}

.itemTitjj i {
	display: block;
	height: 5px;
	background: url(../images/jjjtx.png) 50% no-repeat;
}

.itemTitjj .itemMore {
	display: block;
	float: right;
	float: right;
	color: #999;
	font-size: 12px;
	transition: 0.3s;
	padding: 10px 15px;
}

.itemTitjj .itemMore:hover {
	transform: scale(1.2);
	transition: 0.3s;
}

.itemTitjj span a {
	display: block;
	float: right;
	color: #999;
	font-size: 14px;
	transition: 0.3s;
	padding: 0 15px;
}	
/*单位介绍end*/

/*中心介绍*/
.icoIntro {
	height: 38px;
	background: #fafafa;
	border-bottom: 1px solid #efefef;
	line-height: 38px;
	position: relative;
}

.indexIntro .itemImg img {
	width: 100%
}

.indexIntro p {
	line-height: 28px;
	padding: 15px 20px 0px;
	text-indent: -15px;
	height: 124px;
	color: #333;
}

.indexIntro2 p {
	line-height: 28px;
	padding-top: 14px;
}

/*首页新闻列表样式*/
.newslist {
	display: block;
	padding: 10px 12px;
}

.newsList li {
	line-height: 22px;
	padding: 15px 0;
	border-bottom: 1px dashed #dcdcdc;
	font-size: 16px;
}

.newsList li a {
	float: left;
	width: 750px;
	padding-left: 10px;
	position: relative;
}

.newsList li a:before {
	display: block;
	content: "";
	width: 2px;
	height: 2px;
	background: #333;
	position: absolute;
	top: 10px;
	left: 0;
}

.newsList li span {
	float: right;
	text-align: right;
	color: #999;
}
/*首页新闻列表*/
	
.newslist li {
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
	font-size: 16px;
	padding: 0 80px 0 14px;
	background: url(../images/jiantou.png) 2px 15px no-repeat;
}

.newslist li a {
	display: block;
	height: 36px;
	width: 100%;
	line-height: 36px;
	color: #333;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.newslist li span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 36px;
	color: #bbb;
	text-align: center;
}

.newslist li a:hover {
	color: #137ccd;
}

/*造价师平台图片*/
.Containzjs {
	width: 1180px;
	margin: 0 auto;
}

.boxzjs {
	margin-top: 25px;
	margin-bottom: 15px;
	float: left;
}
/*左边盒子*/
.boxleft {
	width: 378px;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

.boxleft ul li {
	margin-bottom: 10px;
	float: left;
	border: 1px solid #efefef;
}

.boxleft ul li {
	width: 339px;
	height: 230px;
	padding: 22px 20px 0px 20px;
	float: left;
	background-color: #fff;
	text-align: left;
}

.boxleft ul li a {
	width: 130px;
	height: 35px;
	background-color: #0053C2;
	line-height: 35px;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin-top: 25px;
}

.boxleft ul li.dl-1 {
	background: url(../images/lb_09.png) no-repeat right bottom #fff;
}

.boxleft ul li.dl-11 {
	background: url(../images/lb_1511.png) no-repeat right bottom #fff;
}
/*右边盒子*/
.boxright {
	width: 798px;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

.boxright ul {
	overflow: hidden;
}

.boxright ul li {
	margin-bottom: 10px;
	float: left;
	border: 1px solid #efefef;
}

.boxright ul li {
	width: 357px;
	height: 98px;
	padding: 22px 0 0 20px;
	float: left;
	margin-right: 20px;
	background-color: #fff;
	text-align: left;
}

.boxright ul li a {
	width: 120px;
	height: 30px;
	background-color: #0053C2;
	line-height: 30px;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin-top: 25px;
}

.boxright ul li.dl-1 {
	background: url(../images/lb_02.png) no-repeat right bottom #fff;
}

.boxright ul li.dl-2 {
	background: url(../images/lb_04.png) no-repeat right bottom #fff;
}

.boxright ul li.dl-3 {
	background: url(../images/lb_06.png) no-repeat right bottom #fff;
}

.boxright ul li.dl-4 {
	background: url(../images/lb_08.png) no-repeat right bottom #fff;
}

.boxerji {
	width: 380px;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

.boxerji ul li {
	width: 341px;
	height: 300px;
	padding: 40px 20px 0px 20px;
	float: left;
	margin-right: 20px;
	background-color: #fff;
	text-align: left;
}

.boxerji ul li a {
	width: 130px;
	height: 35px;
	background-color: #0053C2;
	line-height: 35px;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin-top: 35px;
}

.boxerji ul li.dl-1 {
	background: url(../images/lb_15.png) no-repeat right bottom #fff;
}
/*造价师平台图片-end*/

/************************
	   -列表及内容页样式-
************************/
.leftMenu {
	width: 220px;
	background: #fff;
	box-shadow: 0 0 10px #f3f3f3;
	background: #fff;
	border: 1px solid #eee\9;
}

.rightCon {
	width: 960px;
	background: #fff;
	box-shadow: 0 0 10px #f3f3f3;
	background: #fff;
	min-height: 600px;
	border: 1px solid #eee\9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.leftMenu dt {
	background: #4296d7;
	padding: 16px 14px;
}

.leftMenu dt span {
	display: block;
	border-left: 2px solid #fcc82a;
	color: #fff;
	padding-left: 10px;
}

.leftMenu dt h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.leftMenu dt h5 {
	font-size: 12px;
	line-height: 14px;
}

.leftMenu dd {
	border-bottom: 1px solid #dfe2e7;
}

.leftMenu dd:last-child {
	border: none;
}

.leftMenu dd a {
	display: block;
	line-height: 26px;
	padding: 12px 28px;
	font-size: 16px;
}

.leftMenu dd.on a {
	color: #137ccd;
}

.leftMenu dd.on a:after {
	display: inline-block;
	content: "";
	width: 13px;
	height: 13px;
	background: url(../images/icos.png) 0 -206px;
	vertical-align: top;
	margin: 6.5px 0 0 8px;
}

.conTop {
	padding: 0 30px;
	border-bottom: 1px solid #e6e6e6;
}

.conTop .crumbs {
	float: left;
	width: 70%;
	line-height: 24px;
	padding: 12px 0;
}

.conTop .crumbs span {
	color: #2979d0;
}

.conTop .conTit {
	float: right;
	width: 30%;
}

.conTop .conTit span {
	float: right;
	line-height: 24px;
	padding: 12px 0;
	border-bottom: 2px solid #137ccd;
	position: relative;
	top: 1px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

.conMain {
	padding: 28px 40px;
}

.f_ri_nr img {
	border: 0;
	margin: 0;
	padding: 0;
	max-width: 850px;
	width: expression(this.width > 650 && this.width > this.height ? 650px : 'auto';
	);  
	/*max-height: 1650px;*/
	height: expresion(this.height > 1650 ? 1650px : 'auto';
	);
}

.f_news_fany {
	width: 838px;
	padding: 10px 20px;
	margin: 30px auto;
	color: #333333;
	background: #f2f2f2;
	border: #e6e6e6 1px solid;
	line-height: 22px;
}

.f_ri_nr {
	width: 880px;
	font-size: 16px;
	line-height: 28px;
}

.ym {
	width: 100%;
	line-height: 25px;
	overflow: hidden;
	color: #333333;
	text-align: center;
	background: #f2f2f2;
	border: #e6e6e6 1px solid;
}

#pages a {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	padding: 0 10px;
}

#pages span {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #5a85b2;
	border: 1px solid #5a85b2;
	color: #fff;
	text-align: center;
	padding: 0 10px;
}

#pages {
	padding: 14px 0px 10px;
}

.pageNum {
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-top: 30px;
}

.pageNum span,.pageNum a {
	margin: 0 6px;
	line-height: 24px;
}

.pageNum a.pagePrev,
.pageNum a.pageNext {
	font-size: 16px;
	font-weight: bold;
	font-family: "宋体";
	color: #167ece;
}

.pageNum a.active {
	color: #167ece;
}

.pageNum a.disabled {
	color: #ccc;
}

.pageNum form {
	display: inline-block;
	vertical-align: top;
	height: 24px;
	*display: inline;
	*zoom: 1;
	*vertical-align: middle;
}

.pageNum form input {
	width: 60px;
	height: 22px;
	border: 1px solid #dcdcdc;
	text-align: center;
	line-height: 22px;
	color: #666;
	vertical-align: top;
	*vertical-align: middle;
}

.pageNum form button {
	height: 24px;
	padding: 0 14px;
	background: #167ece;
	color: #fff;
	vertical-align: top;
	cursor: pointer;
	*vertical-align: middle;
}

/*内容样式*/
.textInner h2 {
	text-align: center;
	line-height: 38px;
	padding: 10px 100px;
	font-size: 20px;
	position: relative;
}

.textInner h2:after {
	display: block;
	content: "";
	width: 60px;
	height: 2px;
	background: #fcc82a;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}

.textInner .textInfo {
	margin: 12px 0;
	line-height: 24px;
	text-align: center;
	color: #999;
	font-size: 12px;
}

.textInner .textInfo i {
	margin: 0 10px;
	font-size: 14px;
}

.textInner .oneImg {
	text-align: center;
	margin: 20px 0;
}

.textInner .oneImg img {
	max-width: 100%;
}

.textInner p {
	line-height: 28px;
	margin-bottom: 20px;
}

.textInner h5 {
	line-height: 28px;
}

.textInner h4 {
	font-size: 16px;
	font-weight: bold;
}

/*更多*/
.gcpmore:hover {
	transform: scale(1.2);
	transition: 0.3s;
}

/*最新更新-站内文件-行业文件-定额咨询*/
.tj {
	width: 100%;
	min-height: 361px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #efefef;
}

.caidan {
	height: 38px;
	background: #fafafa;
	border-bottom: 1px solid #efefef;
	line-height: 38px;
	position: relative;
}

.tj .caidan h3 {
	height: 38px;
	line-height: 38px;
	position: relative;
	float: left;
}

.tj .caidan h3 a.current {
	font-weight: bold;
	float: left;
	font-size: 16px;
	background: #0061aa url(../images/jiao.png) 50% 102% no-repeat;
	color: #fff;
	height: 39px;
}

.tj h3 a {
	font-weight: bold;
	font-size: 16px;
	display: block;
	float: left;
	height: 39px;
	line-height: 39px;
	color: #333;
	text-align: center;
	padding: 0 15px;
	margin: 0;
	position: relative;
	background: url(../images/xian.png) 50% 102% no-repeat;
}

.tj span a {
	padding: 0 15px;
	display: block;
	float: right;
	color: #999;
	transition: 0.3s;
	font-weight: normal;
}

.tj h3 a.current i {
	display: block;
	width: 9px;
	height: 5px;
	background: url(../images/jtx.png) no-repeat;
	left: 10px;
	bottom: -5px;
}

/*国家法规*/
.gcpz_div {
	width: 381px;
	height:379px;
	border: 1px solid #efefef;
}

.gcpz_div .bt {
	height: 38px;
	background: #fafafa;
	border-bottom: 1px solid #efefef;
	line-height: 38px;
	position: relative;
}

.gcpz_div .bt a {
	font-weight: bold;
	font-size: 16px;
	display: block;
	float: left;
	height: 39px;
	line-height: 40px;
	color: #333;
	text-align: center;
	padding: 0 15px;
	margin: 0;
	position: relative;
	background: url(../images/xian.png) 50% 102% no-repeat;
	*/
}

.gcpz_div .bt span a {
	font-weight: normal;
	background: none;
	float: right;
	display: block;
	color: #999;
	font-size: 14px;
	transition: 0.3sfont-weight: normal;
}

.gcpz_div .nr {
	padding: 12px 0px;
}

.gcpz_div .bt a.hover {
	font-weight: bold;
	float: left;
	font-size: 16px;
	background: #0061aa url(../images/jiao.png) 50% 102% no-repeat;
	color: #fff;
	height: 39px;
}

.gcpz_div .bt a.hover i {
	display: block;
	width: 9px;
	height: 5px;
	background: url(../images/jtx2.png) no-repeat;
	left: 10px;
	bottom: -5px;
}

.gcpzmore:hover {
	transform: scale(1.2);
	transition: 0.3s;
}

.nr ul {
	height: auto;
} 
	
/* 默认幻灯片 */
.FocusPic {
	zoom: 1;
	position: relative;
	overflow: hidden
}

.FocusPic .content {
	overflow: hidden
}

.FocusPic .changeDiv a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.FocusPic .title-bg,.FocusPic .title {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 634px;
	height: 40px;
	line-height: 40px;
	overflow: hidden
}

.FocusPic .title-bg {
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.FocusPic .title a {
	display: block;
	padding-left: 15px;
	color: #fff;
	font-size: 16px;
}

.FocusPic .change {
	bottom: 10px;
	height: 20px;
	right: 3px;
	*right: 5px;
	_right: 4px;
	position: absolute;
	text-align: right;
	z-index: 1;
}

.FocusPic .change i {
	background: #666;
	color: #FFF;
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	margin-right: 2px;
	padding: 2px 6px;
	font-style: normal;
	height: 15px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
}

.FocusPic .change i.cur {
	background: #FF7700;
}

/*友情链接*/
.link a {
	float: left;
	width: 211px;
	height: 75px;
	text-align: center;
	margin: 5px 5px;
	padding: 4px 1px;
	border: solid 1px #ddd;
}

.Links {
	width: 1178px;
	margin: 25px auto 0px;
	overflow: hidden;
	background-image: url(../images/linkbg2.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	border: 1px #efefef solid;
}

.Links .LinksCon {
	width: 800px;
	height: 24px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 20px;
}

.set {
	width: 240px;
	height: 28px;
	line-height: 28px;
	margin-left: 5px;
	color: rgb(51, 51, 51);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(127, 157, 185);
	border-image: initial;
}

.Links h3 {
	width: 100px;
	color: #ffffff;
	text-align: center;
	line-height: 47px;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	float: left;
	background-image: url(../images/linkbg.jpg);
}

/*底部*/
#ft {
	float: left;
	width: 100%;
	margin-top: 25px;
	padding: 15px 0;
	background: #0453af;
	border-top: 1px solid #cccbc8;
	color: #fff;
	line-height: 28px;
}

#ft p {
	line-height: 28px;
	text-align: center;
}

.copy_bg {
	background: #0c3a76;
	color: #adadad;
	padding: 10px 0;
	font-size: 13px;
	text-align: center;
	clear: both;
	overflow: hidden;
}	